home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_iw.java < prev    next >
Text File  |  1998-09-22  |  10KB  |  241 lines

  1. /*
  2.  * @(#)LocaleElements_iw.java    1.6 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_iw extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "iw_IL" }, // locale id based on iso codes
  57.             { "LocaleID", "040d" }, // Windows id
  58.             { "ShortLanguage", "heb" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "ISR" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "iw", "\u05e2\u05d1\u05e8\u05d9\u05ea" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "IL", "\u05d9\u05e9\u05e8\u05d0\u05dc" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "\u05d9\u05e0\u05d5\u05d0\u05e8", // january
  73.                     "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", // february
  74.                     "\u05de\u05e8\u05e5", // march
  75.                     "\u05d0\u05e4\u05e8\u05d9\u05dc", // april
  76.                     "\u05de\u05d0\u05d9", // may
  77.                     "\u05d9\u05d5\u05e0\u05d9", // june
  78.                     "\u05d9\u05d5\u05dc\u05d9", // july
  79.                     "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", // august
  80.                     "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", // september
  81.                     "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", // october
  82.                     "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", // november
  83.                     "\u05d3\u05e6\u05de\u05d1\u05e8", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "\u05d9\u05e0\u05d5", // abb january
  90.                     "\u05e4\u05d1\u05e8", // abb february
  91.                     "\u05de\u05e8\u05e5", // abb march
  92.                     "\u05d0\u05e4\u05e8", // abb april
  93.                     "\u05de\u05d0\u05d9", // abb may
  94.                     "\u05d9\u05d5\u05e0", // abb june
  95.                     "\u05d9\u05d5\u05dc", // abb july
  96.                     "\u05d0\u05d5\u05d2", // abb august
  97.                     "\u05e1\u05e4\u05d8", // abb september
  98.                     "\u05d0\u05d5\u05e7", // abb october
  99.                     "\u05e0\u05d5\u05d1", // abb november
  100.                     "\u05d3\u05e6\u05de", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", // Sunday
  107.                     "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", // Monday
  108.                     "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", // Tuesday
  109.                     "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", // Wednesday
  110.                     "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", // Thursday
  111.                     "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", // Friday
  112.                     "\u05e9\u05d1\u05ea" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "\u05d0", // abb Sunday
  118.                     "\u05d1", // abb Monday
  119.                     "\u05d2", // abb Tuesday
  120.                     "\u05d3", // abb Wednesday
  121.                     "\u05d4", // abb Thursday
  122.                     "\u05d5", // abb Friday
  123.                     "\u05e9" // abb Saturday
  124.                 }
  125.             },
  126.             { "Eras",
  127.                 new String[] { // era strings
  128.                     "\u05dc\u05e1\u05d4\"\u05e0",
  129.                     "\u05dc\u05e4\u05e1\u05d4\"\u05e0"
  130.                 }
  131.             },
  132.             { "NumberPatterns",
  133.                 new String[] {
  134.                     "#,##0.###;-#,##0.###", // decimal pattern
  135.                     "#,##0.## \u05e9\"\u05d7;-#,##0.## \u05e9\"\u05d7", // currency pattern
  136.                     "#,##0%" // percent pattern
  137.                 }
  138.             },
  139.             { "CurrencyElements",
  140.                 new String[] {
  141.                     "\u05e9\"\u05d7", // local currency symbol
  142.                     "NIS", // intl currency symbol
  143.                     "." // monetary decimal separator
  144.                 }
  145.             },
  146.             { "DateTimePatterns",
  147.                 new String[] {
  148.                     "HH:mm:ss z", // full time pattern
  149.                     "HH:mm:ss z", // long time pattern
  150.                     "HH:mm:ss", // medium time pattern
  151.                     "HH:mm", // short time pattern
  152.                     "EEEE d MMMM yyyy", // full date pattern
  153.                     "d MMMM yyyy", // long date pattern
  154.                     "dd/MM/yyyy", // medium date pattern
  155.                     "dd/MM/yy", // short date pattern
  156.                     "{0} {1}" // date-time pattern
  157.                 }
  158.             },
  159.             { "CollationElements",
  160.                 /* for IW_IL, the following additions are needed: */
  161.                  "& \u0361 = \u05c4 "
  162.                + "& \u030d = \u0591 "
  163.                + "; \u0592 "
  164.                + "; \u0593 "
  165.                + "; \u0594 "
  166.                + "; \u0595 "
  167.                + "; \u0596 "
  168.                + "; \u0597 "
  169.                + "; \u0598 "
  170.                + "; \u0599 "
  171.                + "& \u0301 = \u059a "
  172.                + "& \u0300 = \u059b "
  173.                + "& \u0307 = \u059c ; \u059d "
  174.                + "& \u0302 = \u059e "
  175.                + "& \u0308 = \u059f "
  176.                + "& \u030c = \u05a0 "
  177.                + "& \u0306 = \u05a1 "
  178.                + "& \u0304 = \u05a3 ; \u05a4 "
  179.                + "& \u0303 = \u05a5 "
  180.                + "& \u030a = \u05a6 "
  181.                + "& \u0328 = \u05a7 "
  182.                + "& \u0327 = \u05a8 "
  183.                + "& \u030b = \u05a9 "
  184.                + "& \u0336 = \u05aa "
  185.                + "& \u0337 = \u05ab "
  186.                + "& \u0338 = \u05ac ; \u05ad ; \u05ae "
  187.                + "; \u05af "
  188.                 // Points
  189.                + "; \u05b0 "
  190.                + "; \u05b1 "
  191.                + "; \u05b2 "
  192.                + "; \u05b3 "
  193.                + "; \u05b4 "
  194.                + "; \u05b5 "
  195.                + "; \u05b6 "
  196.                + "; \u05b7 "
  197.                + "; \u05b8 "
  198.                + "; \u05b9 "
  199.                + "; \u05bb "
  200.                + "; \u05bc "
  201.                + "; \u05bd "
  202.                + "; \u05bf "
  203.                + "; \u05c0 "
  204.                + "; \u05c1 "
  205.                + "; \u05c2 "
  206.                 // Punctuations
  207.                + "& \u00b5 < \u05be "
  208.                + "< \u05c3 "
  209.                + "< \u05f3 "
  210.                + "< \u05f4 "
  211.                 // Hebrew letters sort after Z's
  212.                + "& Z < \u05d0 "
  213.                + "< \u05d1 "
  214.                + "< \u05d2 "
  215.                + "< \u05d3 "
  216.                + "< \u05d4 "
  217.                + "< \u05d5 "
  218.                + "< \u05f0 "
  219.                + "< \u05f1 "
  220.                + "< \u05d6 "
  221.                + "< \u05d7 "
  222.                + "< \u05d8 "
  223.                + "< \u05d9 "
  224.                + "< \u05f2 "
  225.                + "< \u05da , \u05db "
  226.                + "< \u05dc "
  227.                + "< \u05dd , \u05de "
  228.                + "< \u05df , \u05e0 "
  229.                + "< \u05e1 "
  230.                + "< \u05e2 "
  231.                + "< \u05e3 , \u05e4 "
  232.                + "< \u05e5 , \u05e6 "
  233.                + "< \u05e7 "
  234.                + "< \u05e8 "
  235.                + "< \u05e9 "
  236.                + "< \u05ea "
  237.             }
  238.         };
  239.     }
  240. }
  241.